Previous Book Contents Book Index Next

Inside Macintosh: AppleScript Scripting Additions Guide /
Chapter 2 - Scripting Addition Commands / Command Definitions
/


Scripting Components

The Scripting Components command returns a list of the names of the scripting components currently available to the target application. It is the only command provided by the Scripting Components scripting addition.

SYNTAX
scripting components
RESULT
A list of strings.

EXAMPLES
scripting components
--result: {"AppleScript"}
NOTES
A scripting component is a software component, such as AppleScript, that supports the Open Scripting Architecture (OSA). The OSA provides a mechanism, based on Apple events, that allows users to control multiple applications by means of scripts written in a variety of scripting languages. Each scripting language corresponds to a single scripting component. A single scripting language may include several dialects.

ERROR
Error
number
Error message
-108Out of memory.

Previous Book Contents Book Index Next

© Apple Computer, Inc.
18 DEC 1996